Html Css Color HEX #7B9ED6 Jordy Blue

📋 copy color: '#7B9ED6'

red 123 ◦ green 158 ◦ blue 214

#7B9ED6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #7B9ED6

Tints of Jordy Blue #7B9ED6

RGB

 RED value IS 123 (48.44% from 255) = 24.85%

 GREEN value IS 158 (62.11% from 255) = 31.92%

 BLUE value IS 214 (83.98% from 255) = 43.23%

R = 24.85%
G = 31.92%
B = 43.23%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7B9ED6 (or 0x7B9ED6) is known color: Jordy Blue. HEX triplet: 7B, 9E and D6. RGB value is (123,158,214). Sum of RGB (Red+Green+Blue) = 123+158+214=495 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.85% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 214 (83.98% from 255 or 43.23% from 495); Max value from RGB is 214 - color contains mainly: blue. Hex color #7B9ED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9ED6 is #846129. Grayscale: #999999. Windows color (decimal): -8675626 or 14065275. OLE color: 14065275.

HSL color Cylindrical-coordinate representation of color #7B9ED6: hue angle of 216.92º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7B9ED6 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 123 158 214 -
CMYK 0.43 0.26 0 0.16
HSL 216.92º 0.53% 0.66% -
HSV(B) 216.92º 0.43% 0.84% -
XYZ 32.53 33.52 68.37 -
YUV 153.92 161.9 105.95 -
System Red Green Blue C M Y K H S L
Decimal 123 158 214 0.43 0.26 0 0.16 216.92 0.53 0.66
Hex 7B 9E D6 2B 1A 0 10 D9 35 42
Octal 173 236 326 53 32 0 20 331 65 102
Binary 1111011 10011110 11010110 101011 11010 0 10000 11011001 110101 1000010

Color Harmonies of #7B9ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9ED6

Black with #7B9ED6

Text Example


Text Example

White with #7B9ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B9ED6; }

 p { color: rgb(123,158,214); }

 H1.HeaderClassName
 {
   color: #7B9ED6;
 }
 .AnyTagClassName
 {
   color: #7B9ED6;
 }
</style>

background-color css

<style>
 a { background-color: #7B9ED6; }

 a { background-color: rgb(123,158,214); }

 div.DivClassName
 {
   background-color: #7B9ED6;
 }
 .BgClassName
 {
   background-color: #7B9ED6;
 }
</style>

border-color css

<style>
 span { border-color: #7B9ED6; }

 span { border-color: rgb(123,158,214); }

 td.TdClassName
 {
   border-color: #7B9ED6;
 }
 .TagClassName
 {
   border-color: #7B9ED6;
 }
</style>