Html Css Color HEX #7B9BDE Jordy Blue

📋 copy color: '#7B9BDE'

red 123 ◦ green 155 ◦ blue 222

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

Shades of Jordy Blue #7B9BDE

Tints of Jordy Blue #7B9BDE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31%

 BLUE value IS 222 (87.11% from 255) = 44.4%

R = 24.6%
G = 31%
B = 44.4%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7B9BDE (or 0x7B9BDE) is known color: Jordy Blue. HEX triplet: 7B, 9B and DE. RGB value is (123,155,222). Sum of RGB (Red+Green+Blue) = 123+155+222=500 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.6% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #7B9BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9BDE is #846421. Grayscale: #989898. Windows color (decimal): -8676386 or 14588795. OLE color: 14588795.

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

Color convert

RGB 123 155 222 -
CMYK 0.45 0.30 0 0.13
HSL 220.61º 0.6% 0.68% -
HSV(B) 220.61º 0.45% 0.87% -
XYZ 33.07 32.93 73.72 -
YUV 153.07 166.9 106.55 -
System Red Green Blue C M Y K H S L
Decimal 123 155 222 0.45 0.30 0 0.13 220.61 0.6 0.68
Hex 7B 9B DE 2D 1E 0 D DD 3C 44
Octal 173 233 336 55 36 0 15 335 74 104
Binary 1111011 10011011 11011110 101101 11110 0 1101 11011101 111100 1000100

Color Harmonies of #7B9BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9BDE

Black with #7B9BDE

Text Example


Text Example

White with #7B9BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,155,222); }

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

background-color css

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

 a { background-color: rgb(123,155,222); }

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

border-color css

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

 span { border-color: rgb(123,155,222); }

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