Html Css Color HEX #7B9CE0 Jordy Blue

📋 copy color: '#7B9CE0'

red 123 ◦ green 156 ◦ blue 224

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

Shades of Jordy Blue #7B9CE0

Tints of Jordy Blue #7B9CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.53%

R = 24.45%
G = 31.01%
B = 44.53%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7B9CE0 (or 0x7B9CE0) is known color: Jordy Blue. HEX triplet: 7B, 9C and E0. RGB value is (123,156,224). Sum of RGB (Red+Green+Blue) = 123+156+224=503 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.45% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 224 - color contains mainly: blue. Hex color #7B9CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9CE0 is #84631F. Grayscale: #999999. Windows color (decimal): -8676128 or 14720123. OLE color: 14720123.

HSL color Cylindrical-coordinate representation of color #7B9CE0: hue angle of 220.4º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B9CE0 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 123 156 224 -
CMYK 0.45 0.30 0 0.12
HSL 220.4º 0.62% 0.68% -
HSV(B) 220.4º 0.45% 0.88% -
XYZ 33.51 33.37 75.2 -
YUV 153.89 167.57 105.97 -
System Red Green Blue C M Y K H S L
Decimal 123 156 224 0.45 0.30 0 0.12 220.4 0.62 0.68
Hex 7B 9C E0 2D 1E 0 C DC 3E 44
Octal 173 234 340 55 36 0 14 334 76 104
Binary 1111011 10011100 11100000 101101 11110 0 1100 11011100 111110 1000100

Color Harmonies of #7B9CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9CE0

Black with #7B9CE0

Text Example


Text Example

White with #7B9CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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