Html Css Color HEX #7B9DEC Jordy Blue

📋 copy color: '#7B9DEC'

red 123 ◦ green 157 ◦ blue 236

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

Shades of Jordy Blue #7B9DEC

Tints of Jordy Blue #7B9DEC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.43%

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

R = 23.84%
G = 30.43%
B = 45.74%

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

#7B9DEC (or 0x7B9DEC) is known color: Jordy Blue. HEX triplet: 7B, 9D and EC. RGB value is (123,157,236). Sum of RGB (Red+Green+Blue) = 123+157+236=516 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.84% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B9DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B9DEC is #846213. Grayscale: #9B9B9B. Windows color (decimal): -8675860 or 15506811. OLE color: 15506811.

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

Color convert

RGB 123 157 236 -
CMYK 0.48 0.33 0 0.07
HSL 221.95º 0.75% 0.7% -
HSV(B) 221.95º 0.48% 0.93% -
XYZ 35.37 34.38 84.13 -
YUV 155.84 173.24 104.58 -
System Red Green Blue C M Y K H S L
Decimal 123 157 236 0.48 0.33 0 0.07 221.95 0.75 0.7
Hex 7B 9D EC 30 21 0 7 DE 4B 46
Octal 173 235 354 60 41 0 7 336 113 106
Binary 1111011 10011101 11101100 110000 100001 0 111 11011110 1001011 1000110

Color Harmonies of #7B9DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9DEC

Black with #7B9DEC

Text Example


Text Example

White with #7B9DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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