Html Css Color HEX #7B9FEC Jordy Blue

📋 copy color: '#7B9FEC'

red 123 ◦ green 159 ◦ blue 236

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

Shades of Jordy Blue #7B9FEC

Tints of Jordy Blue #7B9FEC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.69%

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

R = 23.75%
G = 30.69%
B = 45.56%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7B9FEC (or 0x7B9FEC) is known color: Jordy Blue. HEX triplet: 7B, 9F and EC. RGB value is (123,159,236). Sum of RGB (Red+Green+Blue) = 123+159+236=518 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.75% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B9FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B9FEC is #846013. Grayscale: #9C9C9C. Windows color (decimal): -8675348 or 15507323. OLE color: 15507323.

HSL color Cylindrical-coordinate representation of color #7B9FEC: hue angle of 220.88º 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 #7B9FEC is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 123 159 236 -
CMYK 0.48 0.33 0 0.07
HSL 220.89º 0.75% 0.7% -
HSV(B) 220.89º 0.48% 0.93% -
XYZ 35.71 35.06 84.24 -
YUV 157.01 172.57 103.74 -
System Red Green Blue C M Y K H S L
Decimal 123 159 236 0.48 0.33 0 0.07 220.89 0.75 0.7
Hex 7B 9F EC 30 21 0 7 DD 4B 46
Octal 173 237 354 60 41 0 7 335 113 106
Binary 1111011 10011111 11101100 110000 100001 0 111 11011101 1001011 1000110

Color Harmonies of #7B9FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9FEC

Black with #7B9FEC

Text Example


Text Example

White with #7B9FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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