Html Css Color HEX #7B9CEC Jordy Blue

📋 copy color: '#7B9CEC'

red 123 ◦ green 156 ◦ blue 236

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

Shades of Jordy Blue #7B9CEC

Tints of Jordy Blue #7B9CEC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.29%

 BLUE value IS 236 (92.58% from 255) = 45.83%

R = 23.88%
G = 30.29%
B = 45.83%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7B9CEC (or 0x7B9CEC) is known color: Jordy Blue. HEX triplet: 7B, 9C and EC. RGB value is (123,156,236). Sum of RGB (Red+Green+Blue) = 123+156+236=515 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.88% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B9CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B9CEC is #846313. Grayscale: #9A9A9A. Windows color (decimal): -8676116 or 15506555. OLE color: 15506555.

HSL color Cylindrical-coordinate representation of color #7B9CEC: hue angle of 222.48º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B9CEC is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 123 156 236 -
CMYK 0.48 0.34 0 0.07
HSL 222.48º 0.75% 0.7% -
HSV(B) 222.48º 0.48% 0.93% -
XYZ 35.2 34.04 84.07 -
YUV 155.25 173.57 105 -
System Red Green Blue C M Y K H S L
Decimal 123 156 236 0.48 0.34 0 0.07 222.48 0.75 0.7
Hex 7B 9C EC 30 22 0 7 DE 4B 46
Octal 173 234 354 60 42 0 7 336 113 106
Binary 1111011 10011100 11101100 110000 100010 0 111 11011110 1001011 1000110

Color Harmonies of #7B9CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9CEC

Black with #7B9CEC

Text Example


Text Example

White with #7B9CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,156,236); }

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

background-color css

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

 a { background-color: rgb(123,156,236); }

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

border-color css

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

 span { border-color: rgb(123,156,236); }

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